ComponentOne ASP.NET MVC Controls
ErrorAmount Method

C1.Web.Mvc.Fluent Namespace > ErrorBarBuilder<T> Class : ErrorAmount Method
The value.
Configurates C1.Web.Mvc.ErrorBar<T>.ErrorAmount. Sets a value that specifies the error amount of the series.
Syntax
'Declaration
 
Public Function ErrorAmount( _
   ByVal value As ErrorAmount _
) As ErrorBarBuilder(Of T)
public ErrorBarBuilder<T> ErrorAmount( 
   ErrorAmount value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ErrorBarBuilder<T> Class
ErrorBarBuilder<T> Members